home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / _ter12b.zip / TER12B._XE / DOCS.EXE / CUSTOM.DOC < prev    next >
Text File  |  1993-08-02  |  5KB  |  129 lines

  1.  
  2. ┌─────────────────────────────────────────────────────────────────────────────┐
  3. │ ░░░░ Super textmodes ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │
  4. └─────────────────────────────────────────────────────────────────────────────┘
  5.  
  6. Terminate will allow you to set up your own videomode at startup.
  7. When leaving Terminate you can reset to another mode if you like.
  8. The normal thing is to reset to 80x25, but you can do whatever you
  9. like. If the register values are all zeroes, nothing will change, so
  10. you don't have to reset when leaving Terminate.
  11.  
  12. To set the videomode you must define at least one register like AX = 3,
  13. Then INT 10h will be called with AX,BX,CX,DX. After the call Terminate
  14. will call INT 10h,15 (Get videomode) to determine ScreenColumns 80,132 etc.
  15. And look in the BIOS area $0040:$0085 for the screenlength, if this does
  16. not work, you can force Terminate to use a fixed screenlength by using a
  17. commandline parameters called /SCRLEN=xxx /SCRCOL=xxx, xxx is the
  18. lines/columns you want Terminate to think you are using.
  19.  
  20. In the following sets of registers, the first set is normally used as the
  21. reset registers, when leaving Terminate, to set a normal 80x25 screen.
  22. All number are in HEX 0-F format. AX=AH*256+AL, AX=FFFE (AH=FF,AL=FE).
  23. Please send configurations if you have set up another graphics card.
  24. If you have another SVGA card, you should look in your manual how to set
  25. up these modes.
  26.  
  27. ───────────────────────────────────────────────────────────────────────────────
  28.  
  29.   Video Seven FastWrite VGA & 1024i VGA
  30.  
  31.   Columns Rows     AX   BX   CX   DX
  32.  
  33.      80    25     6F05 0003 0000 0000  (Reset)
  34.      80    43     6F05 0040 0000 0000  (Set)
  35.      80    60     6F05 0043 0000 0000  (Set)
  36.     100    60     6F05 0044 0000 0000  (Set)
  37.     132    25     6F05 0041 0000 0000  (Set)
  38.     132    28     6F05 0045 0000 0000  (Set)
  39.     132    43     6F05 0042 0000 0000  (Set)
  40.  
  41. ───────────────────────────────────────────────────────────────────────────────
  42.  
  43.   TRIDENT TVGA BIOS C.2.1 1024K VGA MODE
  44.  
  45.   Columns Rows     AX   BX   CX   DX
  46.  
  47.      80    25     0003 0003 0003 0003  (Reset)
  48.      80    30     0050 0050 0050 0050  (Set)
  49.      80    43     0051 0051 0051 0051  (Set)
  50.      80    60     0052 0052 0052 0052  (Set)
  51.     132    25     0053 0053 0053 0053  (Set)
  52.     132    30     0058 0058 0058 0058  (Set)
  53.     132    43     0059 0059 0059 0059  (Set)
  54.     132    60     0056 0056 0056 0056  (Set)
  55.  
  56. ───────────────────────────────────────────────────────────────────────────────
  57.  
  58.   TSENG ET-4000
  59.  
  60.   Columns Rows     AX   BX   CX   DX
  61.  
  62.      80    25     0003 0000 0000 0000  (Reset)
  63.      80    60     0026 0000 0000 0000  (Set)
  64.     100    40     002A 0000 0000 0000  (Set)
  65.     132    25     0023 0000 0000 0000  (Set)
  66.     132    28     0024 0000 0000 0000  (Set)
  67.     132    44     0022 0000 0000 0000  (Set)
  68.  
  69. ───────────────────────────────────────────────────────────────────────────────
  70.  
  71.   ATI VGA Wonder, ATI VGA Wonder+
  72.  
  73.   Columns Rows     AX   BX   CX   DX
  74.  
  75.      80    25     0003 0000 0000 0000  (Reset)
  76.     132    25     0023 0000 0000 0000  (Set)
  77.     132    44     0033 0000 0000 0000  (Set)
  78.  
  79. ───────────────────────────────────────────────────────────────────────────────
  80.  
  81.   OAK OTI-037, 800 x 600
  82.  
  83.   Columns Rows     AX   BX   CX   DX
  84.  
  85.      80    25     0003 0000 0000 0000  (Reset)
  86.     132    25     0050 0000 0000 0000  (Set)
  87.     132    43     0051 0000 0000 0000  (Set)
  88.     132    60     004F 0000 0000 0000  (Set)
  89.  
  90. ───────────────────────────────────────────────────────────────────────────────
  91.  
  92.   XGA
  93.  
  94.   Columns Rows     AX   BX   CX   DX
  95.  
  96.      80    25     0003 0000 0000 0000  (Reset)
  97.     132    25     0014 0000 0000 0000  (Set)
  98.  
  99. ───────────────────────────────────────────────────────────────────────────────
  100.  
  101.   Orchid Prodesigner VGA
  102.  
  103.   Columns Rows     AX   BX   CX   DX
  104.  
  105.      80    25     0003 0000 0000 0000  (Reset)
  106.      80    60     0026 0000 0000 0000  (Set)
  107.     100    40     002A 0000 0000 0000  (Set)
  108.     132    25     0024 0000 0000 0000  (Set)
  109.     132    28     0023 0000 0000 0000  (Set)
  110.     132    44     0022 0000 0000 0000  (Set)
  111.  
  112. ───────────────────────────────────────────────────────────────────────────────
  113.  
  114.   Tecmar VGA/AD
  115.  
  116.      80    25     0003 0000 0000 0000  (Reset)
  117.     132    25     0017 0000 0000 0000  (Set)
  118.  
  119. ───────────────────────────────────────────────────────────────────────────────
  120.  
  121.   Paradise VGA & S3
  122.  
  123.      80    25     0003 0000 0000 0000  (Reset)
  124.     132    25     0055 0000 0000 0000  (Set)
  125.     132    43     0054 0000 0000 0000  (Set)
  126.  
  127. ───────────────────────────────────────────────────────────────────────────────
  128.  
  129.